github.com/klauspost/compress/fse.bitReader.bitsRead (field)
14 uses
github.com/klauspost/compress/fse (current package)
bitreader.go#L21: bitsRead uint8
bitreader.go#L36: b.bitsRead = 64
bitreader.go#L44: b.bitsRead += 8 - uint8(highBits(uint32(v)))
bitreader.go#L50: if n == 0 || b.bitsRead >= 64 {
bitreader.go#L60: v := uint16((b.value << (b.bitsRead & regMask)) >> ((regMask + 1 - n) & regMask))
bitreader.go#L61: b.bitsRead += n
bitreader.go#L68: if b.bitsRead < 32 {
bitreader.go#L76: b.bitsRead -= 32
bitreader.go#L82: if b.bitsRead < 32 {
bitreader.go#L90: b.bitsRead -= 32
bitreader.go#L96: b.bitsRead -= 8
bitreader.go#L105: b.bitsRead = 0
bitreader.go#L111: return b.bitsRead >= 64 && b.off == 0
bitreader.go#L118: if b.bitsRead > 64 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |